From: Lars Magne Ingebrigtsen Date: Thu, 4 Nov 2010 22:37:06 +0000 (+0100) Subject: Refer to set-coding-system-priority instead of the obsolete X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5795 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ac3c046bc5bffc5501ed58ff35e098edefd5e780;p=emacs.git Refer to set-coding-system-priority instead of the obsolete set-coding-priority in the doc string. --- diff --git a/src/ChangeLog b/src/ChangeLog index e1f9ca86847..f0cd1778e71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-11-04 Lars Magne Ingebrigtsen + + * Refer to set-coding-system-priority instead of the obsolete + set-coding-priority in the doc string. + 2010-11-04 Adrian Robert Ismail Donmez (tiny change) diff --git a/src/coding.c b/src/coding.c index 59deb22a3d7..b88ac1b576a 100644 --- a/src/coding.c +++ b/src/coding.c @@ -10559,7 +10559,7 @@ associated with each coding-category one by one in this order. When one algorithm agrees with a byte sequence of source text, the coding system bound to the corresponding coding-category is selected. -Don't modify this variable directly, but use `set-coding-priority'. */); +Don't modify this variable directly, but use `set-coding-system-priority'. */); { int i;